gdk/gdkimage.h No need any longer on Win32 for the shared memory
authorTor Lillqvist <tml@iki.fi>
Sat, 19 Aug 2000 21:46:05 +0000 (21:46 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Sat, 19 Aug 2000 21:46:05 +0000 (21:46 +0000)
commit617e17da3fb1033354ba985de90c93b8e4ee6de1
treeabdd5bdc50ff43d8df2e884a9eb4efdfbbca59d3
parent41885abc7c911b647826f3cf707b9f70559de102
gdk/gdkimage.h No need any longer on Win32 for the shared memory

2000-08-20  Tor Lillqvist  <tml@iki.fi>

* gdk/gdkimage.h
* gdk/win32/gdkimage-win32.c: No need any longer on Win32 for the
shared memory image+pixmap GdkImage type, or
gdk_image_bitmap_new(). They were used in the gdk_imlib port, but
I am dropping that.

* gtk/gtkmain.h: On Win32, use a #define to map gtk_init() to
actually call gtk_init_abi_check(), passing also
sizeof(GtkWindow). Ditto for gtk_init_check().

* gtk/gtk.def
* gtk/gtkmain.c: (gtk_init_abi_check, gtk_init_check_abi_check):
New functions, used to check that the GTK+-using code has been
compiled using the correct compiler and switches. In particular,
with gcc one has to use the -fnative-struct switch as GTK+ is
compiled with that.
12 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/gdkimage.h
gdk/win32/gdkimage-win32.c
gtk/gtk.def
gtk/gtkmain.c
gtk/gtkmain.h